
Paste the following code that is below into any links you may have on
your sales pages that you do not want to activate the UltimateExitPopup
to display when they are clicked.

These would be used for your order links or any other link you wish people to be able to use freely.


The following string of code is the key to this:

onClick="javascript:PreventExitPop = true

You want this code in all of your links so your visitors will not get 
your exit offer when they click your order link, 

Below are two different examples, one of a text link and the other an image based link.  You can simply edit these for your order 
links on your site.

******CODE STARTS HERE******

Your normal text links Should look like this:

<a href="http://www.yourorderlinkhere.com">Your Link Text Goes Here</a>

--->Here is your new UEP text link code.

<a href="http://www.yourorderlinkhere.com" onClick="javascript:PreventExitPop = true">Your Link Text Goes Here</a>

*************************

Image Links:

Your normal image links Should look like this.

<a href="http://www.yourorderlinkhere.com"><img src="images/yourbutton.jpg" border="0"
></a>

--->Here is your new UEP image link code.

<a href="http://www.yourorderlinkhere.com" onClick="javascript:PreventExitPop = true"><img src="images/yourbutton.jpg" border="0"></a>


*************************



